Begin ciaXPBalloons.BalloonMessage BalloonMessage1
Left = 3420
Top = 1170
_ExtentX = 556
_ExtentY = 556
CaptionBackColor= 65535
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
PlaySoundEnter = 0 'False
PlaySoundExit = 0 'False
SoundEnter = ""
SoundExit = ""
ButtonSoundOver = ""
ButtonSoundClick= ""
End
Begin ciaXPBalloons.BalloonTip BalloonTip1
Left = 3060
Top = 1185
_ExtentX = 556
_ExtentY = 556
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
PlaySoundEnter = 0 'False
PlaySoundExit = 0 'False
SoundEnter = ""
SoundExit = ""
End
Begin VB.CommandButton Command1
Caption = "Show form 2"
Height = 615
Left = 4560
TabIndex = 13
ToolTipText = "Command Control"
Top = 75
Width = 3735
End
Begin VB.ListBox List1
Height = 2400
Left = 120
TabIndex = 12
ToolTipText = "List Control"
Top = 1635
Width = 1935
End
Begin VB.CheckBox Check1
Caption = "Check1"
Height = 255
Index = 0
Left = 2160
TabIndex = 11
ToolTipText = "Check Control"
Top = 195
Width = 975
End
Begin VB.OptionButton Option1
Caption = "Option1"
Height = 255
Left = 3360
TabIndex = 10
ToolTipText = "Option Control"
Top = 195
Width = 855
End
Begin VB.TextBox Text1
Height = 495
Left = 2280
TabIndex = 9
Text = "Text1"
ToolTipText = "Text Control"
Top = 2595
Width = 3015
End
Begin VB.ComboBox Combo1
Height = 315
Left = 4800
TabIndex = 8
Text = "Combo1"
ToolTipText = "Combo Control"
Top = 915
Width = 2535
End
Begin VB.FileListBox File1
Height = 1260
Left = 5400
TabIndex = 7
ToolTipText = "File Control "
Top = 2595
Width = 2895
End
Begin VB.PictureBox Picture1
Height = 855
Left = 2280
ScaleHeight = 795
ScaleWidth = 5955
TabIndex = 6
ToolTipText = $"Form1.frx":0000
Top = 1635
Width = 6015
End
Begin VB.DirListBox Dir1
Height = 765
Left = 2280
TabIndex = 5
ToolTipText = "Dir Control"
Top = 3195
Width = 3015
End
Begin VB.Frame Frame1
Caption = "Frame1"
Height = 1455
Left = 120
TabIndex = 4
ToolTipText = "Frame Control"
Top = 90
Width = 1935
End
Begin VB.CheckBox Check1
Caption = "Check1"
Height = 255
Index = 1
Left = 2160
TabIndex = 3
ToolTipText = "Check Control"
Top = 555
Width = 975
End
Begin VB.CheckBox Check1
Caption = "Check1"
Height = 255
Index = 2
Left = 2160
TabIndex = 2
ToolTipText = "Check Control"
Top = 915
Width = 975
End
Begin VB.CommandButton Command2
Caption = "Exit"
Height = 495
Left = 5400
TabIndex = 1
ToolTipText = "Exit Tool Tip Testing"
Top = 4035
Width = 2775
End
Begin VB.CommandButton Command3
Caption = "Command3"
Height = 495
Left = 3780
TabIndex = 0
Top = 4065
Width = 1215
End
Begin VB.Label Label1
Caption = "Label1"
Height = 255
Left = 4200
TabIndex = 14
ToolTipText = "label Control"
Top = 915
Width = 495
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub BalloonMessage1_BalloonClick(Index As Integer, Caption As String)
MsgBox "Button Index = " & Index & " Button Caption = " & Caption
End Sub
Private Sub BalloonMessage1_BalloonClose()
MsgBox "Button Index = " & Index & " Button Caption = " & Caption
End Sub
Private Sub Command2_Click()
Unload Me
Set Form1 = Nothing
End Sub
Private Sub Command3_Click()
BalloonMessage1.DisplayMessage 5000, 5000, "The MSDN Library is the essential reference for developers, with more than a gigabyte of technical programming information, including sample code, documentation, technical articles, the Microsoft Developer Knowledge Base, and anything else you might need to develop solutions that implement Microsoft technology.", "Sample Message", 1, " ", " ", "Button 1", "Button 2", 1